home *** CD-ROM | disk | FTP | other *** search
/ OK PC 32 / OK PC 32.zip / OK PC 32 - Ishar & Demos (III-95) / OKPC32.iso / ishar / insta.bat < prev    next >
DOS Batch File  |  1992-05-14  |  2KB  |  98 lines

  1. echo off
  2. IF %1&==& GOTO Erreur
  3. IF %2&==& GOTO Erreur
  4. IF %0==INSTA GOTO :lecture
  5. Cls
  6. echo  
  7. echo     L'installation du jeu necessite un espace libre au minimum
  8. echo     de 1.6 Mbytes disponibles sur votre disque dur.
  9. echo 
  10. pause
  11.  
  12. md %2\ISHAR
  13. copy %0.BAT %2\ISHAR\INSTA.BAT
  14. %2
  15. cd ISHAR
  16. INSTA %1 %2 
  17. goto :fin
  18.  
  19.  
  20. :lecture
  21. echo 
  22. :rec1
  23. echo Inserer la DISQUETTE A DU JEU dans le lecteur %1
  24. pause
  25. if not exist %1\main.io goto :rec1
  26. if exist %1\mcave.io goto :troisp
  27. xcopy %1\*.*
  28. if errorlevel 2 goto :erreur2
  29.  
  30.  
  31. echo 
  32. :rec2
  33. echo ***** Inserer la DISQUETTE B DU JEU dans le lecteur %1
  34. pause
  35. if not exist %1\plaine.io goto :rec2
  36. xcopy %1\*.*
  37. if errorlevel 2 goto :erreur2
  38.  
  39.  
  40. echo 
  41. :rec3
  42. echo ***** Inserer la DISQUETTE C DU JEU dans le lecteur %1
  43. pause
  44. if not exist %1\mcave.io goto :rec3
  45. xcopy %1\*.*
  46. if errorlevel 2 goto :erreur2
  47.  
  48.  
  49. echo 
  50. :rec4
  51. echo ***** Inserer la DISQUETTE D DU JEU dans le lecteur %1
  52. pause
  53. if not exist %1\ville.io goto :rec4
  54. xcopy %1\*.*
  55. if errorlevel 2 goto :erreur2
  56. goto :reussi
  57.  
  58.  
  59.  
  60. :troisp
  61. xcopy %1\*.*
  62. if errorlevel 2 goto :erreur2
  63.  
  64. echo 
  65. :rec5
  66. echo ***** Inserer la DISQUETTE B DU JEU dans le lecteur %1
  67. pause
  68. if not exist %1\ville.io goto :rec5
  69. xcopy %1\*.*
  70. if errorlevel 2 goto :erreur2
  71. goto :reussi
  72.  
  73.  
  74. :reussi
  75. echo 
  76. echo     Installation terminée.
  77. echo     Pour jouer, lancer START.EXE depuis le sous-répertoire ISHAR.
  78. echo 
  79. pause
  80. Goto Fin
  81.  
  82.  
  83. :erreur2
  84. echo 
  85. echo    ***** Procédure interrompue   *****
  86. echo    ***** Installation incorrecte *****
  87. echo 
  88. pause
  89. goto :fin
  90.  
  91.  
  92. :Erreur
  93. echo 
  94. echo       INSTALL Source_Drive Destination_Drive
  95. echo       Ex: INSTALL A: C:
  96. echo 
  97. :Fin
  98.